home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 15 / BBS in a box XV-2.iso / Files II / Updates / General / Frontier 3.0 to 3.0.3 Upg.sit / 3.0 => 3.0.3 Upgrader / Upgrade Files / DocServer Docs / file.isBusy < prev    next >
Encoding:
Text File  |  1994-04-12  |  601 b   |  12 lines  |  [TEXT/DOCS]

  1.  
  2. Verb    file.isBusy
  3. Syntax    file.isBusy (path)
  4. Parameters    path is a legal path name to the file whose status you wish to determine.
  5. Action    Determines whether the file named in path is in use by any application or by the operating system.
  6. Returns    True if the file is busy, false if it is not.
  7. Examples    file.isBusy ("System:System Folder:Finder")
  8.     » true
  9. file.isBusy ("System:System Folder:TeachText")
  10.     » false
  11. Notes    A folder is always busy if it is not empty. It may also be busy if it is the “current” folder of an open application (the folder displayed by standard file dialogs when they are invoked).
  12.